:: Pre-Full Image Backup.bat :: Mount a USB volume (external drive) so we can run full image backup :: 9/3/2017 - MDR (initial batch file) :: :: Configuration: :: Change this to the drive you want to mount/unmount SET drive=H: :: :: Specify the volume ID of the drive. Get information using the mountvol command SET volume=\\?\Volume{56af2925-68b3-4fff-93e2-a82fed8a3ee4}\ :: :: Pre Configuration :: :: Mount the drive so its accessible MOUNTVOL %drive% %volume% :: :: Post Configuration - run "Post-Full Image Backup.bat" ::